-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[XDR - IR] Logs for OOTB integration #37352
Conversation
@@ -1099,8 +1100,7 @@ def fetch_incidents(client, first_fetch_time, integration_instance, exclude_arti | |||
# Get the last fetch time, if exists | |||
last_fetch = last_run.get('time') if isinstance(last_run, dict) else None | |||
demisto.debug(f"{last_fetch=}") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add log for last_run
raw_incidents = incidents_from_previous_run | ||
demisto.debug(f'Before: {ALERTS_LIMIT_PER_INCIDENTS=}') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Be explicit
Coverage Report
|
|
Contributing to Cortex XSOAR Content
Make sure to register your contribution by filling the contribution registration form
The Pull Request will be reviewed only after the contribution registration form is filled.
Status
Related Issues
fixes: link to the issue
Description
A few sentences describing the overall goals of the pull request's commits.
Must have